INI KEY EXIST
This function determines if a given key exists in a section of an INI file.

ARGUMENTS:
* Ini Number = number that identifies the INI file (1 to 256)
* Section Name = name of the section
* Key Name = name of the key

RETURNS:
If the key exists a value of 1 is returned; otherwise 0.


SYNTAX
Return Integer=INI KEY EXIST(Ini Number,Section Name,Key Name)


RELATED INFO
View INI Files Index
View STYX Index
View STYX Main File